Includes parameters of purple fringing correction. More...
Inherits Structure.
Includes parameters of purple fringing correction.
| nWidth | c_uint, Image width, minimum value: 4. |
| nHeight | c_uint, Image height, minimum value: 4. |
| pSrcBuf | POINTER(c_ubyte), Input data buffer. |
| nSrcBufLen | c_uint, Input data size. |
| enPixelType | MvGvspPixelType , Pixel format. |
| pDstBuf | POINTER(c_ubyte), Provided output buffer size. |
| nDstBufSize | c_uint, Output data size. |
| nKernelSize | c_uint, Filter kernel size, only 3, 5, 7, and 9 are supported. |
| nEdgeThreshold | c_uint, Edge threshold, range: [0, 2040]. |
| nRes | c_uint * 8, Reserved. |